home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / irc / epic4-mos.lha / share / epic / script / motd < prev    next >
Encoding:
Text File  |  2002-09-19  |  267 b   |  15 lines

  1. # Here's the plan
  2. # Output the MOTD for the user.
  3. # Load this in "local" for maximum effect.
  4.  
  5. load less
  6. @ date = ftime(~/.ircII.motd)
  7. @ fdate = ftime($irclib()/ircII.motd)
  8. if (fdate && (date < fdate))
  9. {
  10.     less $irclib()/ircII.motd
  11.     exec touch ~/.ircII.motd
  12. }
  13.  
  14. #hop'97
  15.